.swiper-contione1 {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.swiper1 {
	width: 99999999999px;
	transition: all 1s ease;
}

.swiper-item1 {
	width: 600px;
	float: left;
	position: relative;
	display: flex;
}

.swiper-item1 img {
	width: 600px;
	height: 480px;
}

.swiper-left1 {
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-right1 {
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


